combobox: Fix documentation typo bx => box
authorDaniel Boles <dboles@src.gnome.org>
Sat, 21 Jan 2017 16:10:32 +0000 (16:10 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Sat, 21 Jan 2017 16:13:44 +0000 (16:13 +0000)
gtk/gtkcombobox.c

index 7581feaf4d4ed96b24adaf7ab8f7991c3765ff44..f54a09f8ffd8236524fce19fd194349fbe6b6d06 100644 (file)
  * ]|
  *
  * A GtkComboBox with an entry has a single CSS node with name combobox. It
- * contains a bx with the .linked class and that box contains an entry and a
+ * contains a box with the .linked class. That box contains an entry and a
  * button, both with the .combo class added.
  * The button also contains another node with name arrow.
  */